Class com.symantec.itools.frameworks.wizard.BorderPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.frameworks.wizard.BorderPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----com.symantec.itools.frameworks.wizard.BorderPanel

public class BorderPanel
extends JComponent

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Constructor Index

 o com.symantec.itools.frameworks.wizard.BorderPanel(JComponent, int, int, int, int, Color)
 o com.symantec.itools.frameworks.wizard.BorderPanel(JComponent, Insets, Color)

Method Index

 o getInsets()
 o paint(Graphics)

Constructors

 o BorderPanel
public BorderPanel(JComponent borderThis,
                   int leftBorder,
                   int rightBorder,
                   int topBorder,
                   int bottomBorder,
                   Color fillColor)
 o BorderPanel
public BorderPanel(JComponent borderThis,
                   Insets inset,
                   Color fillColor)

Methods

 o getInsets
public java.awt.Insets getInsets()

Overrides:
getInsets in class JComponent
Since:
VCafe 3.0
 o paint
public void paint(Graphics g)

Parameters:
g - TODO
Overrides:
paint in class JComponent
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index